home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / telecom / tm421_4.zip / QBBS.SCR < prev    next >
Text File  |  1996-02-06  |  310b  |  17 lines

  1. ;
  2. ; QBBS.SCR is a log on script file for Quick BBS
  3. ;
  4.  
  5. string Name
  6. Name="first last"            ; put your name here
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "last name?"
  12. Put Name
  13.  
  14. Waitfor "password"
  15. Put "^&"
  16.  
  17.